﻿capital = 620
oob = ""
recruit_character = ZNA_Li_Jianyu
recruit_character = ZNA_Guo_Jie
set_technology = {
	infantry_weapons = 1
	infantry_weapons1 = 1
	tech_support = 1
	tech_engineers = 1
	tech_recon = 1
	tech_trucks = 1
	motorised_infantry = 1
	gw_artillery = 1
	interwar_antiair = 1				
	
	mobile_warfare = 1
	
	electronic_mechanical_engineering = 1
	radio = 1
	radio_detection = 1
	fuel_silos = 1
	fuel_refining = 1
}
if = {
	limit = {
		has_dlc = "By Blood Alone"
	}	
	set_technology = {
		iw_small_airframe = 1
		aa_lmg = 1
		engines_1 = 1
		engines_2 = 1																		
		aircraft_construction = 1
		early_bombs = 1
		iw_medium_airframe = 1
		basic_small_airframe = 1
	}	
	else = {			
		set_technology = {
			early_fighter = 1
			naval_bomber1 = 1
			early_bomber = 1
			CAS1 = 1	
		}
	}
}
if = {
	limit = {
		NOT = { has_dlc = "No Step Back" }
	}
	set_technology = {
		gwtank = 1
		basic_light_tank = 1
	}
}
if = {
	limit = {
		has_dlc = "No Step Back"
	}
	set_technology = {
		gwtank_chassis = 1
		basic_light_tank_chassis = 1
		improved_light_tank_chassis = 1
		engine_tech_1 = 1
		engine_tech_2 = 1
	}
}
if = {
	limit = {
		not = { has_dlc = "Man the Guns" }
	}
	set_technology = {
		early_submarine = 1
		early_destroyer = 1
		basic_destroyer = 1
		early_light_cruiser = 1
		early_heavy_cruiser = 1
		early_battleship = 1
		early_battlecruiser = 1
		early_carrier = 1
		transport = 1
	}
}
if = {
	limit = {
		has_dlc = "Man the Guns"
	}
	set_technology = {
		basic_naval_mines = 1
		submarine_mine_laying = 1
		early_ship_hull_light = 1
		basic_ship_hull_light = 1
		early_ship_hull_submarine = 1
		early_ship_hull_cruiser = 1
		basic_ship_hull_cruiser = 1
		early_ship_hull_heavy = 1
		early_ship_hull_carrier = 1
		basic_ship_hull_carrier = 1
		basic_battery = 1
		basic_light_battery = 1
		basic_medium_battery = 1
		basic_heavy_battery = 1
		basic_torpedo = 1
		sonar = 1
		smoke_generator = 1
		basic_depth_charges = 1
#		# basic_secondary_battery = 1
		basic_cruiser_armor_scheme = 1
		basic_heavy_armor_scheme = 1
		mtg_transport = 1
#		#   improved_secondary_battery = 1
		basic_fire_control_system = 1
	}	
}
add_ideas = {

}
set_politics = {	
	ruling_party = democratic
	last_election = "1986.1.1"
	election_frequency = 48
	elections_allowed = no
}
set_popularities = {		
	democratic = 100
	fascism = 0
	communism = 0
	neutrality = 0			
}
if = {
	limit = { not = { has_dlc = "Man the Guns" } }	
	create_equipment_variant = {
		name = "D Class"
		type = destroyer_1
		parent_version = 0
		upgrades = {
			ship_torpedo_upgrade = 1
			destroyer_engine_upgrade = 	1
			ship_ASW_upgrade = 1
			ship_anti_air_upgrade = 1
		}		
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
		create_equipment_variant = {
		name = "D Class"
		type = ship_hull_light_1
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_battery_1
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = ship_fire_control_system_0
			fixed_ship_radar_slot = ship_sonar_1
			fixed_ship_engine_slot = light_ship_engine_1
			fixed_ship_torpedo_slot = ship_torpedo_1
			mid_1_custom_slot = ship_torpedo_1
			rear_1_custom_slot = ship_depth_charge_1
		}		
	}
}	